home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TFONTDLG / TFONTDLG.txt
Text File  |  1996-04-01  |  2KB  |  90 lines

  1. object FontDlg: TFontDlg
  2.   Left = 258
  3.   Top = 197
  4.   Width = 328
  5.   Height = 232
  6.   Caption = 'Font'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object GroupBox2: TGroupBox
  14.     Left = 16
  15.     Top = 8
  16.     Width = 289
  17.     Height = 65
  18.     Caption = 'Size'
  19.     TabOrder = 0
  20.     object Label1: TLabel
  21.       Left = 16
  22.       Top = 16
  23.       Width = 195
  24.       Height = 13
  25.       Caption = 'Enter size (1-7 or +/- relative to basefont):'
  26.     end
  27.     object Edit1: TEdit
  28.       Left = 16
  29.       Top = 32
  30.       Width = 257
  31.       Height = 21
  32.       TabOrder = 0
  33.     end
  34.   end
  35.   object GroupBox1: TGroupBox
  36.     Left = 16
  37.     Top = 88
  38.     Width = 289
  39.     Height = 65
  40.     Caption = 'Color'
  41.     TabOrder = 5
  42.     object Shape1: TShape
  43.       Left = 223
  44.       Top = 26
  45.       Width = 49
  46.       Height = 21
  47.     end
  48.   end
  49.   object OKButton: TButton
  50.     Left = 32
  51.     Top = 112
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Choose...'
  55.     TabOrder = 1
  56.     OnClick = OKButtonClick
  57.   end
  58.   object ColorEdit: TEdit
  59.     Left = 112
  60.     Top = 114
  61.     Width = 121
  62.     Height = 21
  63.     TabOrder = 2
  64.   end
  65.   object Button2: TButton
  66.     Left = 80
  67.     Top = 168
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     ModalResult = 1
  72.     TabOrder = 3
  73.   end
  74.   object Button3: TButton
  75.     Left = 168
  76.     Top = 168
  77.     Width = 75
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 4
  83.   end
  84.   object ColorDialog1: TColorDialog
  85.     Ctl3D = True
  86.     Left = 8
  87.     Top = 168
  88.   end
  89. end
  90.